github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/sourcebuild/project_artifact_storage.go (about)

     1  /*
     2   * sourcebuild
     3   *
     4   * <br/>https://sourcebuild.apigw.ntruss.com/api/v1
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package sourcebuild
    10  
    11  type ProjectArtifactStorage struct {
    12  	Bucket *string `json:"bucket"`
    13  
    14  	Path *string `json:"path"`
    15  
    16  	Filename *string `json:"filename"`
    17  }