Exemplo n.º 1
0
 /// <summary>
 /// Construct with details of Google App Engine.
 /// </summary>
 /// <param name="gaeDetails">Details of Google App Engine.</param>
 public Platform(GaePlatformDetails gaeDetails)
 {
     GaeDetails = GaxPreconditions.CheckNotNull(gaeDetails, nameof(gaeDetails));
 }