constcc=DataStudioApp.createCommunityConnector();constfields=cc.getFields();constfield1=fields.newDimension().setId('field1_id').setName('Field 1 ID').setDescription('The first field.').setType(cc.FieldType.YEAR_MONTH).setGroup('DATETIME');
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-12-22 UTC。"],[[["Fields store field-related data and their properties dictate their usage within Data Studio."],["Field methods, detailed below, allow you to manage a field's attributes such as name, description, type, and aggregation."],["The `Field` object offers methods to set and retrieve essential properties such as ID, name, type, formula and grouping."],["You can control field visibility and aggregation using dedicated methods like `setIsHidden` and `setAggregation`."]]],["The document details how to manage \"Field\" objects in Data Studio, which contain field-related data. Key actions involve setting and retrieving field properties such as ID, name, description, type, group, formula, and aggregation type. You can also check if a field is a metric, dimension, hidden, or the default. Fields can be set to be reaggregatable, and their visibility or default status can be altered. These methods are to be used for building the connector functionality.\n"]]