Values.FarmSummarySourceThe summary of details for a farm.
type nonrec t = {farmId : FarmId.t option;The farm ID.
*)displayName : ResourceName.t option;The display name of the farm. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)kmsKeyArn : KmsKeyArn.t option;The ARN for the KMS key.
*)createdAt : CreatedAt.t option;The date and time the resource was created.
*)createdBy : CreatedBy.t option;The user or system that created this resource.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of FarmId.t | `Timestamp of CreatedAt.t ]) list ]