PatchableViewFields
No description
input PatchableViewFields {
description: String
email_notification_message: String
end_date: String
name: String
query_arguments: JSON
recipients: UpdateViewNotificationEmailRecipientsHasMany
relative_date_range: RelativeDateRange
segment: UpdateSegmentBelongsTo
selected_columns: JSON
start_date: String
update_frequency: ReportFrequency
}
Fields
PatchableViewFields.description ● String scalar
PatchableViewFields.email_notification_message ● String scalar
PatchableViewFields.end_date ● String scalar
PatchableViewFields.name ● String scalar
PatchableViewFields.query_arguments ● JSON scalar
PatchableViewFields.recipients ● UpdateViewNotificationEmailRecipientsHasMany input
PatchableViewFields.relative_date_range ● RelativeDateRange enum
PatchableViewFields.segment ● UpdateSegmentBelongsTo input
PatchableViewFields.selected_columns ● JSON scalar
PatchableViewFields.start_date ● String scalar
PatchableViewFields.update_frequency ● ReportFrequency enum
Member Of
UpdateViewInput input


