google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomReport View Source
Attributes
chartType
(type:String.t
, default:nil
) - This field contains the chart type for the reportcomments
(type:list(String.t)
, default:nil
) - Legacy field: not used. This field contains a list of comments associated with custom reportcreatedAt
(type:String.t
, default:nil
) - Output only. Unix time when the app was created json key: createdAtdimensions
(type:list(String.t)
, default:nil
) - This contains the list of dimensions for the reportdisplayName
(type:String.t
, default:nil
) - This is the display name for the reportenvironment
(type:String.t
, default:nil
) - Output only. Environment namefilter
(type:String.t
, default:nil
) - This field contains the filter expressionfromTime
(type:String.t
, default:nil
) - Legacy field: not used. Contains the from time for the reportlastModifiedAt
(type:String.t
, default:nil
) - Output only. Modified time of this entity as milliseconds since epoch. json key: lastModifiedAtlastViewedAt
(type:String.t
, default:nil
) - Output only. Last viewed time of this entity as milliseconds since epochlimit
(type:String.t
, default:nil
) - Legacy field: not used This field contains the limit for the result retrievedmetrics
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomReportMetric.t)
, default:nil
) - Required. This contains the list of metricsname
(type:String.t
, default:nil
) - Required. Unique identifier for the report T his is a legacy field used to encode custom report unique idoffset
(type:String.t
, default:nil
) - Legacy field: not used. This field contains the offset for the dataorganization
(type:String.t
, default:nil
) - Output only. Organization nameproperties
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ReportProperty.t)
, default:nil
) - This field contains report properties such as ui metadata etc.sortByCols
(type:list(String.t)
, default:nil
) - Legacy field: not used much. Contains the list of sort by columnssortOrder
(type:String.t
, default:nil
) - Legacy field: not used much. Contains the sort order for the sort columnstags
(type:list(String.t)
, default:nil
) - Legacy field: not used. This field contains a list of tags associated with custom reporttimeUnit
(type:String.t
, default:nil
) - This field contains the time unit of aggregation for the reporttoTime
(type:String.t
, default:nil
) - Legacy field: not used. Contains the end time for the reporttopk
(type:String.t
, default:nil
) - Legacy field: not used. This field contains the top k parameter value for restricting the result
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomReport{ chartType: String.t(), comments: [String.t()], createdAt: String.t(), dimensions: [String.t()], displayName: String.t(), environment: String.t(), filter: String.t(), fromTime: String.t(), lastModifiedAt: String.t(), lastViewedAt: String.t(), limit: String.t(), metrics: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomReportMetric.t()], name: String.t(), offset: String.t(), organization: String.t(), properties: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ReportProperty.t()], sortByCols: [String.t()], sortOrder: String.t(), tags: [String.t()], timeUnit: String.t(), toTime: String.t(), topk: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.