Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemData ¶
type SystemData struct { CreatedBy string `json:"createdBy"` CreatedByType string `json:"createdByType"` CreatedAt string `json:"createdAt"` LastModifiedBy string `json:"lastModifiedBy"` LastModifiedbyType string `json:"lastModifiedbyType"` LastModifiedAt string `json:"lastModifiedAt"` }
func (*SystemData) MarshalJSON ¶
func (s *SystemData) MarshalJSON() ([]byte, error)
SystemData is a Read Only type. If Systemdata is part of a request some Azure APIs will ignore it, others will return HTTP 400. We're returning nothing on purpose to avoid the error.
Click to show internal directories.
Click to hide internal directories.