示例#1
0
 public AppsCollection(ListAllSpacesForOrganizationResponse space, CloudFoundryClient client)
     : base(CloudItemType.AppsCollection)
 {
     this.client = client;
     this.space  = space;
 }
示例#2
0
 public Space(ListAllSpacesForOrganizationResponse space, CloudFoundryClient client)
     : base(CloudItemType.Space)
 {
     this.client = client;
     this.space  = space;
 }