Uses of Class
ch.brix.gql.client.frontify.input_objects.UpdateAssetDataInput
-
Packages that use UpdateAssetDataInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of UpdateAssetDataInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return UpdateAssetDataInput Modifier and Type Method Description UpdateAssetDataInputUpdateAssetDataInput. author(StringScalar v)Represents the Author of the `Asset`.UpdateAssetDataInputUpdateAssetDataInput. copyright(UpdateCopyrightInput v)Change `Asset` copyright details.UpdateAssetDataInputUpdateAssetDataInput. description(StringScalar v)`Asset` description.UpdateAssetDataInputUpdateAssetDataInput. expiresAt(DateTimeScalar v)Modify expiry date.UpdateAssetDataInputUpdateAssetDataInput. filename(StringScalar v)`Asset` filename, including extension.UpdateAssetDataInputUpdateAssetDataInput. title(StringScalar v)`Asset` title or display name.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type UpdateAssetDataInput Modifier and Type Method Description UpdateAssetInputUpdateAssetInput. data(UpdateAssetDataInput v)`Asset` data.
-