Show / Hide Table of Contents

Class CreateTemplateZipUploadConfigSourceDetails

Creation details for a zip file used for a template.

Inheritance
object
CreateTemplateConfigSourceDetails
CreateTemplateZipUploadConfigSourceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class CreateTemplateZipUploadConfigSourceDetails : CreateTemplateConfigSourceDetails

Properties

ZipFileBase64Encoded

Declaration
[Required(ErrorMessage = "ZipFileBase64Encoded is required.")]
[JsonProperty(PropertyName = "zipFileBase64Encoded")]
public string ZipFileBase64Encoded { get; set; }
Property Value
Type Description
string
Remarks

Required

In this article
Back to top